home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 2
/
SPACE - Library 2 - Volume 1.iso
/
program
/
522
/
okami12
/
print.sh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-04-17
|
208 b
|
16 lines
# Ausdrucken einer Datei
# @(#) print.sh von wr 10.6.-12.10.90
FILE=$*
TRTAB=$HOME\print.tr
if [ -f $TRTAB ]
then
tr $TRTAB <$FILE >PRT:
else
echo File not found: $TRTAB
fi
FILE=
TRTAB=